\(\int \frac {x}{(c+a^2 c x^2) \sqrt {\arctan (a x)}} \, dx\) [927]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [F(-2)]
   Sympy [N/A]
   Maxima [F(-2)]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 22, antiderivative size = 22 \[ \int \frac {x}{\left (c+a^2 c x^2\right ) \sqrt {\arctan (a x)}} \, dx=\frac {2 x \sqrt {\arctan (a x)}}{a c}-\frac {2 \text {Int}\left (\sqrt {\arctan (a x)},x\right )}{a c} \]

[Out]

2*x*arctan(a*x)^(1/2)/a/c-2*Unintegrable(arctan(a*x)^(1/2),x)/a/c

Rubi [N/A]

Not integrable

Time = 0.03 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {x}{\left (c+a^2 c x^2\right ) \sqrt {\arctan (a x)}} \, dx=\int \frac {x}{\left (c+a^2 c x^2\right ) \sqrt {\arctan (a x)}} \, dx \]

[In]

Int[x/((c + a^2*c*x^2)*Sqrt[ArcTan[a*x]]),x]

[Out]

(2*x*Sqrt[ArcTan[a*x]])/(a*c) - (2*Defer[Int][Sqrt[ArcTan[a*x]], x])/(a*c)

Rubi steps \begin{align*} \text {integral}& = \frac {2 x \sqrt {\arctan (a x)}}{a c}-\frac {2 \int \sqrt {\arctan (a x)} \, dx}{a c} \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 0.73 (sec) , antiderivative size = 24, normalized size of antiderivative = 1.09 \[ \int \frac {x}{\left (c+a^2 c x^2\right ) \sqrt {\arctan (a x)}} \, dx=\int \frac {x}{\left (c+a^2 c x^2\right ) \sqrt {\arctan (a x)}} \, dx \]

[In]

Integrate[x/((c + a^2*c*x^2)*Sqrt[ArcTan[a*x]]),x]

[Out]

Integrate[x/((c + a^2*c*x^2)*Sqrt[ArcTan[a*x]]), x]

Maple [N/A] (verified)

Not integrable

Time = 0.86 (sec) , antiderivative size = 20, normalized size of antiderivative = 0.91

\[\int \frac {x}{\left (a^{2} c \,x^{2}+c \right ) \sqrt {\arctan \left (a x \right )}}d x\]

[In]

int(x/(a^2*c*x^2+c)/arctan(a*x)^(1/2),x)

[Out]

int(x/(a^2*c*x^2+c)/arctan(a*x)^(1/2),x)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\left (c+a^2 c x^2\right ) \sqrt {\arctan (a x)}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(x/(a^2*c*x^2+c)/arctan(a*x)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

Sympy [N/A]

Not integrable

Time = 0.93 (sec) , antiderivative size = 27, normalized size of antiderivative = 1.23 \[ \int \frac {x}{\left (c+a^2 c x^2\right ) \sqrt {\arctan (a x)}} \, dx=\frac {\int \frac {x}{a^{2} x^{2} \sqrt {\operatorname {atan}{\left (a x \right )}} + \sqrt {\operatorname {atan}{\left (a x \right )}}}\, dx}{c} \]

[In]

integrate(x/(a**2*c*x**2+c)/atan(a*x)**(1/2),x)

[Out]

Integral(x/(a**2*x**2*sqrt(atan(a*x)) + sqrt(atan(a*x))), x)/c

Maxima [F(-2)]

Exception generated. \[ \int \frac {x}{\left (c+a^2 c x^2\right ) \sqrt {\arctan (a x)}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(x/(a^2*c*x^2+c)/arctan(a*x)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

Giac [N/A]

Not integrable

Time = 47.73 (sec) , antiderivative size = 3, normalized size of antiderivative = 0.14 \[ \int \frac {x}{\left (c+a^2 c x^2\right ) \sqrt {\arctan (a x)}} \, dx=\int { \frac {x}{{\left (a^{2} c x^{2} + c\right )} \sqrt {\arctan \left (a x\right )}} \,d x } \]

[In]

integrate(x/(a^2*c*x^2+c)/arctan(a*x)^(1/2),x, algorithm="giac")

[Out]

sage0*x

Mupad [N/A]

Not integrable

Time = 0.44 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.00 \[ \int \frac {x}{\left (c+a^2 c x^2\right ) \sqrt {\arctan (a x)}} \, dx=\int \frac {x}{\sqrt {\mathrm {atan}\left (a\,x\right )}\,\left (c\,a^2\,x^2+c\right )} \,d x \]

[In]

int(x/(atan(a*x)^(1/2)*(c + a^2*c*x^2)),x)

[Out]

int(x/(atan(a*x)^(1/2)*(c + a^2*c*x^2)), x)